Skip to main content

DataSource RESTURL

A URL identifies a resource

Engaging in Practical Implementation

Open new Project in QuickIntegration Platform, and then follow these steps to get your flow working

  1. Click On the Connection Properties
  2. Select the DataSource Type RESTURL from dropdown
  3. Provide the Credentials
  4. Click on Submit to save the Crediantials
  5. On the left side of the palette, you'll find the Configured Properties ready to be utilized within your API.
RESTURL configuration
FieldsDescriptionExample
DataSource NameDatasource Name which is configured in connections propertiespostalapi
DataSource TypeRESTURLRESTURL
EnvironmentProvides a production environment where you can deploy applications and APIs publiclydev
Connection TimeoutThe maximum amount of time the client will wait for the server to establish a connection60000 (ms)
Read TimeoutThe maximum amount of time the client will wait for a response from the server after a connection is established60000 (ms)
URLUnique identifier used to locate a resourcehttps://api.postalpincode.in
Swagger Name (optional)Swagger can be used to autofill Rest connector configuration and Payload input mapping. Please refer the link for instructions on uploading/creating swaggersfdc-swagger

If the Swagger is available for the specific REST API, kindly proceed with the upload on Define / Swagger page.